home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / DefineButton2_1810 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-11-12  |  273b  |  15 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "b")
  4.    {
  5.       _root.pepa.gotoAndPlay("bc");
  6.    }
  7.    else if(_root.poz == "c")
  8.    {
  9.       stopDrag();
  10.       _root.itembar_refresh();
  11.       call("/:hide");
  12.       _root.pepa.gotoAndPlay("kradez");
  13.    }
  14. }
  15.